* diary-lib.el (diary-goto-entry-function): New variable.
authorStephen Berman <stephen.berman@gmx.net>
Tue, 18 Jun 2013 16:05:01 +0000 (18:05 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Tue, 18 Jun 2013 16:05:01 +0000 (18:05 +0200)
commit3d7d01ebd8c3826148a4b0bdcf145dd8a3144c06
treef7a7c2b7bd6881b745380a39e8d8f8e9e42a1571
parent6e744a055631c5a876ede8fc8030575cc11a7f5b
* diary-lib.el (diary-goto-entry-function): New variable.
(diary-entry): Use it in the action of this button type instead of
diary-goto-entry.

* todos.el (todos-diary-goto-entry): Add item locating code from
diary-goto-entry.  Add it at the top-level to override the latter
function.
(todos-powerset): Use definition by Wolfgang Jenkner, posted at
http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00423.html.
lisp/calendar/ChangeLog
lisp/calendar/diary-lib.el
lisp/calendar/todos.el